home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 369 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!JAMESCHA
  2. From: jamesch@ix.netcom.com (James Chamblin)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Trouble loading c-64 from Tape player
  5. Date: 8 Jan 1996 07:10:45 GMT
  6. Organization: Netcom
  7. Message-ID: <4cqg1l$m3t@cloner3.netcom.com>
  8. References: <4crat9$2ms@news.preferred.com>
  9. NNTP-Posting-Host: ix-orl2-16.ix.netcom.com
  10. X-NETCOM-Date: Sun Jan 07 11:10:45 PM PST 1996
  11. X-Newsreader: News Xpress Version 1.0 Beta #4
  12.  
  13. In article <4crat9$2ms@news.preferred.com>, mikeb@tcu.com wrote:
  14. >I am having trouble loading my c-64 from my tape player.The tape
  15. >player finds the program ok and it loads it ok-- but after it loads I
  16. >get the message "?device not present error" My tape player is hooked
  17. >up ok. What could be my problem?? Any help would make this Tennessee
  18. >boy very happy!!!
  19. >
  20.  
  21. the problem is that the program is trying to load another portion 
  22. (possibly a machine language routine or character definitions).  The 
  23. program defaults to trying to load from disk (device 8).  list the 
  24. program and see if you find LOAD"something",8 or OPEN n,8,n.  the LOAD 
  25. can be changed to ,1.  if the third number in the OPEN statement is 
  26. 1-14, change the 8 to 1.  If it's 15, remove the statement and any 
  27. statements using it. example, OPEN 2,8,15  remove the statement as well 
  28. as any GET#2, PRINT#2, etc.
  29. Non of this will guarantee your program will work (some programs just 
  30. require a disk drive and nothing else)  but it should help on some.
  31.